From b5deb01bfab1863eec708af9b58db5e9837b4743 Mon Sep 17 00:00:00 2001 From: "sos22@douglas.cl.cam.ac.uk" Date: Wed, 27 Jul 2005 11:02:30 +0000 Subject: [PATCH] Kill a bad assertion. Signed-off-by: Steven Smith, sos22@cam.ac.uk --- xen/common/domain.c | 1 - 1 file changed, 1 deletion(-) diff --git a/xen/common/domain.c b/xen/common/domain.c index 94fa6f9f8b..f83900a0c6 100644 --- a/xen/common/domain.c +++ b/xen/common/domain.c @@ -31,7 +31,6 @@ struct domain *do_createdomain(domid_t dom_id, unsigned int cpu) struct domain *d, **pd; struct vcpu *v; - ASSERT(cpu_online(cpu)); if ( (d = alloc_domain_struct()) == NULL ) return NULL; -- 2.30.2